func runtime.findfunc
40 uses
runtime (current package)
debugcall.go#L50: f := findfunc(pc)
debuglog.go#L904: fn := findfunc(pc)
error.go#L326: name := funcNameForPrint(funcname(findfunc(pc)))
heapdump.go#L617: f := findfunc(pc)
hexdump.go#L26: fn := findfunc(val)
mcheckmark.go#L264: funcInfo := findfunc(ctx.funcPC)
mcheckmark.go#L274: createInfo := findfunc(ctx.createPC)
mprof.go#L596: fi := findfunc(callPC)
panic.go#L57: if goarch.IsWasm == 0 && stringslite.HasPrefix(funcname(findfunc(pc)), "runtime.") {
panic.go#L212: f := findfunc(pc)
panic.go#L240: f := findfunc(pc)
panic.go#L272: f := findfunc(pc)
panic.go#L1304: f := findfunc(pc)
panic.go#L1676: if gp.m.incgo || findfunc(pc).valid() {
panic.go#L1681: if findfunc(lr).valid() {
panic.go#L1699: f := findfunc(pc)
plugin.go#L115: f2 := findfunc(entry)
preempt.go#L351: f := findfunc(abi.FuncPCABI0(asyncPreempt))
preempt.go#L353: f = findfunc(abi.FuncPCABIInternal(asyncPreempt2))
preempt.go#L355: f = findfunc(abi.FuncPCABIInternal(xRegRestore))
preempt.go#L427: f := findfunc(pc)
proc.go#L4379: f := findfunc(gp.sched.pc)
proc.go#L5767: if f := findfunc(pc); f.valid() {
proc.go#L8112: pkg := funcpkgpath(findfunc(abi.FuncPCABIInternal(f)))
stack.go#L1055: f := findfunc(gp.sched.pc)
stack.go#L1155: if f := findfunc(gp.sched.pc); f.valid() {
symtab.go#L109: funcInfo := findfunc(pc)
symtab.go#L262: f := findfunc(tracepc)
symtab.go#L784: f := findfunc(pc)
symtab.go#L923: func findfunc(pc uintptr) funcInfo {
traceback.go#L201: f := findfunc(frame.pc)
traceback.go#L300: frame.fn = findfunc(frame.pc)
traceback.go#L451: flr := findfunc(frame.lr)
traceback.go#L505: f = findfunc(frame.pc)
traceback.go#L778: f := findfunc(pc)
traceback.go#L1050: f := findfunc(pc) // f previously validated
traceback.go#L1059: f := findfunc(ancestor.gopc)
traceback.go#L1410: f := findfunc(gp.startpc)
tracestack.go#L320: fi := findfunc(callPC)
tracestack.go#L348: f := findfunc(pc)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |